home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -serious- / wb / merlin / docs / minfo.doc < prev    next >
Text File  |  1999-07-12  |  1KB  |  68 lines

  1.  
  2.  
  3.  
  4.    =====( mInfo V0.11 )===============================================
  5.  
  6.  
  7.         The Trion drive information tool.
  8.  
  9.         (c) Copyright Paul Spijkerman, '99. All rights reserved.
  10.  
  11.         Written for use with the merlin package.
  12.  
  13.  
  14.    ===================================================================
  15.  
  16.  
  17.  
  18.    This program generates a GUI screen from the drives
  19.    available on the system.
  20.    If a drive is clicked it will try to start a script
  21.    to make a GUI file of that drive.
  22.  
  23.    The program can work in two modes.
  24.    A directory mode and a list mode.
  25.    The directory mode will create a GUI file, the list mode
  26.    will generate a a list file that can be loaded in a list
  27.    and needs a GUI file.
  28.  
  29.    The directory mode is started with:    minfo D
  30.    The list mode is started with:         minfo L
  31.  
  32.    Note that you have to redirect the output to a file.
  33.    So you want to add something like >ram:drives.mcp or
  34.    >ram:listfile to the end.
  35.  
  36.    Note that you probably need a script to make full use of
  37.    this program.
  38.    This program generates a gui file but doesn't start the MCP
  39.    program to show the GUI.
  40.    The scripts in the archive are called SDRIVES and SINFO
  41.    Also the program will make entrys in the GUI to start SDIR
  42.    or SLIST scripts when you click on a drive in the GUI.
  43.  
  44.    The SDRIVES script:
  45.  
  46. .key dir
  47. .def dir="ram:"
  48. minfo D >ram:drives.mcp
  49. run mcp ram:drives
  50.  
  51.  
  52.    The SINFO script:
  53.  
  54. .key dir
  55. .def dir="ram:"
  56. minfo L >ram:listfile
  57. run mcp mcp:infotest
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.    
  65.  
  66.  
  67.  
  68.